qcacld-2.0: Avoid OOB read in dot11fUnpackAssocResponse
Avoid OOB read in dot11fUnpackAssocResponse API. Modify the check to nBuf-len > 1 to read another byte of pBufRemaining. This ensures a read of at least 2 bytes since all IEs have at least 2 bytes. Change-Id: Ic6756c11c05e68f0af5227971ce8b16a6c7e012a CRs-Fixed: 3144382
Loading
Please register or sign in to comment